home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl760 / ezstat1j.lzh / UNPACK-H.BAT < prev   
DOS Batch File  |  1993-05-04  |  1KB  |  47 lines

  1. :--------------------------------------------:
  2. :  UNPACK-H.BAT  for  EASY-STATS by LANGLEY  :
  3. :--------------------------------------------:
  4. echo off
  5. cls
  6. echo      UNPACKING & INSTALLING "EASY-STATS by LANGLEY" onto your Hard Disk
  7. echo     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. echo.
  9. echo             Start with your compressed EASY-STATS disk in Drive A.
  10. echo.
  11. echo               I'm going to make a directory named C:\LANGLEY
  12. echo                   and will then unpack all files into it.
  13. echo.
  14. echo          Press "Ctrl+Break" if you want to stop now.  Otherwise ---
  15. echo.
  16. pause
  17. md c:\langley
  18. pkxarc/r  ezstats1  c:\langley
  19. if not errorlevel 0 goto BAD
  20. pkxarc/r  ezstats2  c:\langley
  21. if errorlevel 0 goto OK
  22. :BAD
  23. echo ERROR.  ERROR.   Unpacking has failed.
  24. goto EOF
  25. :OK
  26. c:
  27. cd\langley
  28. echo.
  29. echo Unpacking & installation is finished.  All's well.
  30. echo.
  31. echo      Please put the compressed EASY-STATS disk away for safekeeping.
  32. echo           Diskcopy it for making copies for your friends.
  33. echo.
  34. echo             Now read the README.BAT file in C:\LANGLEY.
  35. echo.
  36. echo             -------------------------------------------
  37. echo.
  38. echo                TO RUN EASY-STATS from your hard disk:
  39. echo.
  40. echo    1.   Make sure you're in C:\LANGLEY  (if necessary, first CD\LANGLEY).
  41. echo.
  42. echo    2.   Enter  BASICA MENU,  GWBASIC MENU,  or  P-BASIC MENU.
  43. echo.
  44. echo                            -- end --
  45. echo.
  46. :eof
  47.